// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-01A TN_Widget.CreateTable([['Queensryche','IP Casino Resort And Spa','Biloxi, MS','Friday','8/1/2025','8:00 PM','7098393','Queensryche-8-1-2025'],['Danae Hays','IP Casino Resort And Spa','Biloxi, MS','Saturday','8/2/2025','8:00 PM','7175501','Danae-Hays-8-2-2025'],['Becky Robinson','IP Casino Resort And Spa','Biloxi, MS','Friday','8/22/2025','8:00 PM','7066688','Becky-Robinson-8-22-2025'],['Steel Panther','IP Casino Resort And Spa','Biloxi, MS','Saturday','8/30/2025','8:00 PM','7206492','Steel-Panther-8-30-2025'],['Brad Williams','IP Casino Resort And Spa','Biloxi, MS','Friday','9/12/2025','8:00 PM','7092619','Brad-Williams-9-12-2025'],['Great White & Slaughter','IP Casino Resort And Spa','Biloxi, MS','Saturday','9/20/2025','8:00 PM','7173229','Great-White---Slaughter-9-20-2025'],['Home Free','IP Casino Resort And Spa','Biloxi, MS','Friday','9/26/2025','8:00 PM','7180453','Home-Free-9-26-2025'],['Hairball','IP Casino Resort And Spa','Biloxi, MS','Saturday','10/4/2025','8:00 PM','7200559','Hairball-10-4-2025'],['Brandon Bennett's Elvis My Way','IP Casino Resort And Spa','Biloxi, MS','Thursday','10/9/2025','8:00 PM','7229643','Brandon-Bennett-s-Elvis-My-Way-10-9-2025'],['Tucker Wetmore','IP Casino Resort And Spa','Biloxi, MS','Friday','10/10/2025','8:00 PM','7251500','Tucker-Wetmore-10-10-2025'],['Jeffrey Osborne','IP Casino Resort And Spa','Biloxi, MS','Friday','10/17/2025','8:00 PM','7244050','Jeffrey-Osborne-10-17-2025'],['Midland - Band','IP Casino Resort And Spa','Biloxi, MS','Friday','11/7/2025','8:00 PM','6874908','Midland---Band-11-7-2025'],['Blues Traveler','IP Casino Resort And Spa','Biloxi, MS','Saturday','11/15/2025','8:00 PM','6782730','Blues-Traveler-11-15-2025'],['ZZ Top','IP Casino Resort And Spa','Biloxi, MS','Saturday','11/22/2025','8:00 PM','7260286','ZZ-Top-11-22-2025']],'IP Casino Resort and Spa','http://www.ticketnetwork.com/ticket/IP-Casino-Resort-and-Spa-events.aspx');